Which Game Engine to Use for an Angry Bird style game? [JAVA] [on hold]

Posted by Arch1tect on Game Development See other posts from Game Development or by Arch1tect
Published on 2013-11-12T19:58:55Z Indexed on 2013/11/12 22:04 UTC
Read the original article Hit count: 309

Filed under:
|
|

Our team is building an Angry Bird Style game, and we have only about ten days. The game is a little more complex than Angry Bird because there are two players, they each have a castle with pigs to protect(not destroy:)). And the goal is to destroy the other player's pigs.

destroy pigs in the other castle

I wonder what Game Engine would help us finish this game most efficiently. We at least need a physics engine but I guess game engine is more helpful since it usually includes physics engine. Correct me if I'm wrong. (So I'm wondering which game engine I should use, if it's just physics engine, I'll use box2d)

Networking may or may not be added later depend on time we have.

Thanks in advance for any advice!

EDIT: image looks small, I'll add one:

enter image description here

© Game Development or respective owner

Related posts about java

Related posts about game-design